OCA Git Bot
00ea1b5b6e
[UPD] addons table in README.md
7 years ago
Simone Orsi
75c45e8408
[add] partner_contact_role
7 years ago
Idealis Consulting
322bf5ecf5
Update res_partner_view.xml
The field vat is in base_vat.view_partner_form and not base.view_partner_form
7 years ago
Benjamin Willig
b6d12452c8
[IMP] Allow to specify margin for each side (top, bottom, ...)
7 years ago
OCA Transbot
a9e98e0dad
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
f7ec110676
[ADD] setup.py
7 years ago
OCA Git Bot
139e73a3e2
[UPD] addons table in README.md
7 years ago
beau sebastien
15422a9eda
Merge pull request #555 from akretion/10-kill-gravatar
[10.0] Add module partner_disable_gravatar
7 years ago
Alexis de Lattre
f9ecfde734
Update to latest OCA coding conventions
7 years ago
OCA Git Bot
a332407fc5
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
b511dd0069
Merge pull request #559 from Eficent/10.0-fix-partner_sector
[10.0][FIX] partner_sector: fixing invalid filter_domain
7 years ago
Lois Rilo
a28aca82e3
[10.0][FIX] partner_sector: fixing invalid filter_domain
7 years ago
Benjamin Willig
f18d9d5bb5
[FIX] Fixed labels alignment and renamed report to 'Partner Labels'
7 years ago
Alexis de Lattre
d44230ad0f
Add module partner_disable_gravatar
7 years ago
OCA Transbot
9c8c7eface
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
33c18b25a7
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
c2964a5b60
Merge pull request #550 from hbrunn/10.0-partner_firstname-default_firstname
[FIX] don't override defaults from context
7 years ago
OCA Git Bot
c5baa0781a
[UPD] addons table in README.md
7 years ago
Holger Brunn
360a8bd777
[FIX] don't override defaults from context
7 years ago
Pedro M. Baeza
e063d6b9fd
Merge pull request #551 from yvaucher/fix-changeset-test-to-avoid-breaking-others
[10.0] partner_changeset - Adapt tests to play nicely with other module tests
7 years ago
Yannick Vaucher
696645934c
Adapt tests to play nicely with other module tests
7 years ago
OCA Transbot
47ab3952fc
OCA Transbot updated translations from Transifex
7 years ago
Pedro M. Baeza
4f044dd042
Merge pull request #539 from JayVora-SerpentCS/10.0_fix_password_reset
Fix for the Right runbot link
7 years ago
Serpent Consulting Services Pvt. Ltd
c6ef957e3f
Fix for the Right runbot link
7 years ago
Ismael Calvo
ba48b05bcc
[ADD] partner_vat_unique, check unique VAT number
7 years ago
OCA Git Bot
c690cecd82
[ADD] setup.py
7 years ago
OCA Git Bot
e324b5889e
[UPD] addons table in README.md
7 years ago
denislour
ba72cda57d
Add new module partner-email-check ( #496 )
* Add new module partner-email-check
Validate email input
7 years ago
OCA Git Bot
d8d41feaba
[ADD] setup.py
7 years ago
Eric @ Elico Corp
61c1292f26
Merge pull request #533 from hbrunn/10.0-partner_label
[ADD] partner_label
7 years ago
OCA Git Bot
f9665132d2
[UPD] addons table in README.md
7 years ago
Franco Tampieri
d00636ab2c
[IMP] base_location_geonames_import: Add conf for selecting state columns based on country_id ( #529 )
7 years ago
OCA Transbot
d79201f230
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
a93784186f
[UPD] addons table in README.md
7 years ago
Holger Brunn
dbfcae0173
fixup! [ADD] partner_label
7 years ago
Holger Brunn
9f28750908
[ADD] partner_label
7 years ago
Benjamin Willig
b3c5ee6def
[ADD] Module which allow to deactivate partner bank accounts
7 years ago
OCA Transbot
6bb4a3227f
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
8f07d263a0
[UPD] addons table in README.md
7 years ago
Dave Burkholder
a6f720c51b
[10.0][FIX] Added is_company field for the domain constraint ( #520 )
7 years ago
OCA Git Bot
74c1244dbd
[ADD] setup.py
7 years ago
OCA Git Bot
1495a92ec9
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
6153b433be
Merge pull request #380 from yvaucher/10.0-mig-partner_changeset
[MIG] partner_changeset: Migrated to 10.0
7 years ago
Damien Crier
466dd47720
fix after review
fix demo data for tests on other module to pass
7 years ago
Yannick Vaucher
5eda8cc192
[MIG] partner_changeset: Migrated to 10.0
8 years ago
OCA Transbot
ede929a886
OCA Transbot updated translations from Transifex
8 years ago
Denis Leemann
5aab0e56f6
Port to V9
Add changes from previous port
fix menu
fix _compute from previous import & tests
8 years ago
Stéphane Bidoul (ACSONE)
723a00aeb2
remove en.po that was erroneously created by transbot
9 years ago
OCA Transbot
6fc3abb0f8
OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex
9 years ago
Guewen Baconnier
f6d394cb17
Rename addon according to the new term: partner_changeset
Add translations
Add test coverage for caching of changeset rules
Add unique constraint (model_id, field_id) on rules
Add rules in demo data
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.
Store the source of a changeset
Differentiate rules according to their origin
Rules are applied also for manual edition
Action is required
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.
Remove useless 'model_id' on changeset rules
model_id has been removed
Remove reference to the model_name on rules
Because the model has been removed earlier (dead code)
Fix issue when applying empty many2one
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
Update translations
Use a selection widget on source model
Adapt for inclusion in OCA
Rename 'Pending Changesets' to 'Changes'
It's shorter
Add screenshots
Do not create a changeset when both sides are empty
But have a different type (e.g. False and '')
9 years ago