Guewen Baconnier
67547eb6f1
Rename 'revision' to 'changeset'
Because the term seems more adapted to what this module does: it does not
create revisions as one could expect with the full content of the partner,
instead it proposes changesets on a number of fields.
The renaming of the files follows in a second commit.
10 years ago
Guewen Baconnier
8fd2941570
Documentation in README
10 years ago
Guewen Baconnier
843a3d6983
Add stat button and filters on partners
So the revisions are easier to reach than from the menus
10 years ago
Guewen Baconnier
37b941a4d2
Add security groups and accesses
10 years ago
Guewen Baconnier
29a1e80a2a
Show the current or the old value according the change's state
The previous implementation had an issue which was that when a revision was
created, the partner's value was copied to the revision change and so if the
partner was edited, the revision change could show an outdated value.
What we want to ensure is to show the actual value when the change is pending
and show the old value when the change is done/canceled.
10 years ago
Guewen Baconnier
320dcd36e4
Set fields readonly
10 years ago
Guewen Baconnier
94e1765d75
Rename model revision.behavior to revision.field.rule
10 years ago
Guewen Baconnier
261305aedb
Cache the rules to avoid to many hits to the DB
As they are read on each partner write
10 years ago
Guewen Baconnier
206d814c4a
Optimization: make only 1 call to write per revision
Instead of 1 write per change
10 years ago
Guewen Baconnier
0f6e8ee04c
Prevent to apply a revision if it has prior pending revisions
10 years ago
Guewen Baconnier
6efbd9425d
Add a state on the revision model
10 years ago
Guewen Baconnier
da0045dff5
Improve the revision user interface
10 years ago
Guewen Baconnier
b842bedd21
Refactoring: move methods from partner to revision models
10 years ago
Guewen Baconnier
f0ca39b1ab
Support main types of fields
10 years ago
Guewen Baconnier
60b86006b2
Testing different types of fields (with failures)
10 years ago
Guewen Baconnier
ed7a7aa5fa
Document TestRevisionFlow testsuite
10 years ago
Guewen Baconnier
9946a04aab
Apply changesets
10 years ago
Guewen Baconnier
402370e726
Add first tests on revisions
10 years ago
Guewen Baconnier
0822533f9e
Create a partner revision on writes
10 years ago
Guewen Baconnier
ed0465d147
Create empty addons
10 years ago
OCA Git Bot
6334e5b390
[UPD] addons table in README.md
9 years ago
Moises Lopez - https://www.vauxoo.com/
e263d8f0c9
Merge pull request #205 from richard-willowit/partner_nationality_90
[9.0] Port partner_contact_nationality.
9 years ago
Richard deMeester
9a8eccb4c0
Remove dependency on partner_contact_personal_information_page.
9 years ago
Richard deMeester
6d8d1f20d3
Minor changes.
9 years ago
Richard deMeester
59152c43c7
[9.0] Port partner_contact_nationality.
9 years ago
Pedro M. Baeza
6703d3337b
Merge pull request #187 from yvaucher/9.0-port-base_location
[9.0][PORT] port base location
9 years ago
Yannick Vaucher
0afaa2297a
Add tests on onchanges
10 years ago
Yannick Vaucher
76e71c7f11
base_location - Adapt views to 9.0
10 years ago
Yannick Vaucher
cccbb1d895
Update README.md
10 years ago
Yannick Vaucher
d39125a20d
base_location - Update README.rst
10 years ago
Yannick Vaucher
2fae2ac300
Set base_location as installable
10 years ago
Stéphane Bidoul
d81b2fc275
[UPD] addons table in README.md
10 years ago
Pedro M. Baeza
2e01f8a554
[MIG] Update metafiles
10 years ago
Pedro M. Baeza
0ba1b2596c
[MIG] Make modules uninstallable
10 years ago
Stéphane Bidoul
44876ba4e0
[MOV] move addons out of __unported__ (they remain not installable)
10 years ago
Alex Comba
ecb3e16fef
Merge pull request #181 from charbeljc/missing_dependency
add missing dependency on mail base addon
10 years ago
OCA Transbot
cd2b542077
OCA Transbot updated translations from Transifex
10 years ago
Charbel Jacquin
df7ec600c0
add missing dependency on mail base addon
base_partner_merge makes use of message_post(), which is defined in mail
addon.
10 years ago
Stéphane Bidoul
53275d3126
[UPD] prefix versions with 8.0
10 years ago
Stéphane Bidoul
7fdc961b43
[UPD] addons table in README.md
10 years ago
Pedro M. Baeza
395eb932c9
Merge pull request #107 from Antiun/pr-add_base_location_nuts
[ADD] base_location_nuts addon
10 years ago
OCA Transbot
5df1b51748
OCA Transbot updated translations from Transifex
10 years ago
Pedro M. Baeza
e68a23831c
Merge pull request #175 from acsone/8.0-fix-allow_search_on_any_partner-jne
[8.0][partner_relations - FIX] Allow to search on non-stored field "any_partner_id" by adding …
10 years ago
Jonathan Nemry (ACSONE)
337b9dd4d1
[FIX] Allow to search on non-stored field "any_partner_id" by adding a search method into the fields' declaration
10 years ago
Stéphane Bidoul
3e6bc71721
[ADD] addons table in README.md
10 years ago
Pedro M. Baeza
0c0503ac8b
Merge pull request #171 from hbrunn/8.0-partner_relations_pass_load
[FIX] pass load in load override
10 years ago
Holger Brunn
6584239225
Merge pull request #145 from charbeljc/relations_to_self
[ADD] allow same partner on both sides of a relation
10 years ago
Moises Lopez - https://www.vauxoo.com/
c16431a0a8
Merge pull request #173 from hbrunn/8.0-partner_relations-depend_on_base
[FIX] depend on base
10 years ago
Holger Brunn
15a68014da
[FIX] depend on base
10 years ago
Holger Brunn
8dd2dcce53
[FIX] pass load in load override
fixed #154
10 years ago