Jairo Llopis
ee698418a2
Prepare module for OCA.
This means:
- Add proper README.
- Use new-style copyright & license headers.
- Update translation.
- Remove .pot.
- Drop CRM dependency.
- Move fields into Sales & Purchases tab.
- Rename some fields.
- Probably something more.
9 years ago
Jairo Llopis
699f969a40
Rename addon to partner_capital.
9 years ago
Antonio Espinosa
b5203fc4a7
Renaming several views to complain best practices
10 years ago
Javier Iniesta
e7a158444f
[IMP] Added translations
10 years ago
Antonio Espinosa
8b85274c5c
[FIX] Add new record on top of the list
10 years ago
Antonio Espinosa
204eaec590
[IMP] Add company size field
10 years ago
Antonio Espinosa
74cfb885a5
[FIX] View fields review
10 years ago
Antonio Espinosa
99938d564a
[FIX] XML revised
10 years ago
Antonio Espinosa
14cb48926b
[FIX] Declare turnover fields in model
10 years ago
Antonio Espinosa
d487f3c847
Turnover items has no parent
10 years ago
Antonio Espinosa
d9447b070e
Set some fields as tranlate
10 years ago
Antonio Espinosa
7cd001f3ed
[ADD] crm_capital addon
10 years ago
Pedro M. Baeza
26e5234eaf
Merge pull request #222 from gurneyalex/8.0-partner_address_street3_README
add README.rst on partner_address_street3
9 years ago
Alexandre Fayolle
34069ecea6
add README.rst on partner_address_street3
9 years ago
OCA Git Bot
4835e83c46
[UPD] addons table in README.md
9 years ago
Pedro M. Baeza
c8f2fce85e
Merge pull request #189 from acsone/8.0-base_partner_sequence_new_api
8.0 base partner sequence new api
9 years ago
Alexandre Fayolle
fcc492e49d
Merge pull request #165 from akretion/8-strip-name-in-inverse-fix
[FIX] _get_inverse_name in case of space in name
9 years ago
Guewen Baconnier
cdc73214a3
Do not create a changeset when both sides are empty
But have a different type (e.g. False and '')
9 years ago
Rafael Blasco
e8e1844d3e
Merge pull request #209 from Antiun/fix-partner_second_lastname_compat
[FIX] Allow migration from another similar addon
9 years ago
Antonio Espinosa
6ce036254d
[FIX] Allow migration from another similar addon
9 years ago
Guewen Baconnier
028139b8ff
Add screenshots
9 years ago
Guewen Baconnier
114d1a96d7
Rename 'Pending Changesets' to 'Changes'
It's shorter
9 years ago
OCA Transbot
4cb5d418dd
OCA Transbot updated translations from Transifex
9 years ago
Guewen Baconnier
e1d99f47a1
Adapt for inclusion in OCA
9 years ago
Guewen Baconnier
75702af87c
Use a selection widget on source model
9 years ago
Guewen Baconnier
fe2cb301c8
Update translations
9 years ago
Guewen Baconnier
108994602e
Do not create changesets on moved contacts
As we just created the contact with a 'copy' we don't want to have a
changeset for the initialization values
9 years ago
Guewen Baconnier
d66f1c5a0e
Fix issue when applying empty many2one
9 years ago
Guewen Baconnier
8ff2ee2418
Remove reference to the model_name on rules
Because the model has been removed earlier (dead code)
9 years ago
Guewen Baconnier
72b10727cf
model_id has been removed
9 years ago
Guewen Baconnier
4b5f0a54a2
Remove useless 'model_id' on changeset rules
9 years ago
Guewen Baconnier
151f4972e1
Do not keep recordsets in ormcache
Because they would be unreadable as soon as the cursor is closed.
Instead, we keep only the id and the record is browsed for every new
environment.
9 years ago
Guewen Baconnier
37fb3a9774
Action is required
9 years ago
Guewen Baconnier
cebf649760
Rules are applied also for manual edition
9 years ago
Guewen Baconnier
9b8393167e
Differentiate rules according to their origin
9 years ago
Guewen Baconnier
45ee8400f7
Store the source of a changeset
9 years ago
Guewen Baconnier
61c6fec6ce
Put the security groups links in noupdate
Put keep the groups in a noupdate=0 section so the records in ir.model.data
will still be modifiable by other modules.
9 years ago
Guewen Baconnier
cc06be4808
Add rules in demo data
9 years ago
Guewen Baconnier
f9a4ec2169
Add unique constraint (model_id, field_id) on rules
9 years ago
Guewen Baconnier
db3d7eca51
Add test coverage for caching of changeset rules
9 years ago
Guewen Baconnier
f19ab44cec
Add translations
9 years ago
Guewen Baconnier
563b8ff4f0
Rename addon according to the new term: partner_changeset
9 years ago
Guewen Baconnier
e3c299828e
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.
9 years ago
Guewen Baconnier
98e84802fc
Documentation in README
9 years ago
Guewen Baconnier
d7cbc3c265
Add stat button and filters on partners
So the revisions are easier to reach than from the menus
9 years ago
Guewen Baconnier
860be445db
Add security groups and accesses
9 years ago
Guewen Baconnier
268e99594c
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.
9 years ago
Guewen Baconnier
ecc5a82a55
Set fields readonly
9 years ago
Guewen Baconnier
d715129f3b
Rename model revision.behavior to revision.field.rule
9 years ago
Guewen Baconnier
5cb3c4f637
Cache the rules to avoid to many hits to the DB
As they are read on each partner write
9 years ago