Cédric Pigeon (ACSONE)
8cdd34abbd
[CHG] re-introduce _get_next_ref method to allow overriding ( #417 )
8 years ago
Denis Leemann
c09795027e
fix sequence increase on 'partner.write()'
8 years ago
Akim Juillerat
6a3b81e8a9
[MIG] base_partner_sequence: Migration to 10.0
8 years ago
cubells
0f3ce33d04
base_partner_sequence module
8 years ago
Laurent Mignon (ACSONE)
5505c3e76c
[IMP] base_partner_sequence Structure + new API
9 years ago
OCA Transbot
0b426fa6f1
OCA Transbot updated translations from Transifex
9 years ago
Guewen Baconnier
c8beaddc3e
Do no longer set the 'ref' field readonly
Because it is set to readonly conditionally on the view.
Setting the field to readonly prevents users to import it with csv files.
10 years ago
Sandy Carter
978cb2292d
Fix pep8
10 years ago
Thomas Rehn
1f293b5ff6
[FIX] base_partner_sequence: shortened long lines + bug in copy
11 years ago
Stefan Rijnhart
c8d2055e38
[IMP] Adapt to commercial partners
[FIX] Replacd call to deprecated method
11 years ago
Thomas Rehn
6e64f56b81
[MIG] base_partner_sequence: from lp:openobject-addons/extra-trunk to OpenERP v7.0
* Conventions
* implement 'copy' method, fix translation
* change the scope of sequences to customers and suppliers
11 years ago
OCA Transbot
5f6c8ba29f
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
OCA Transbot
0c0d88006c
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
44063c93ea
[UPD] Update partner_vat_unique.pot
6 years ago
Mike
6a1df1c360
[MIG] partner_vat_unique: Migration to 11.0
6 years ago
oca-travis
4f51e8887b
[UPD] Update partner_vat_unique.pot
6 years ago
cubells
71687a05fe
[MIG] partner_vat_unique: Migration to 10.0
7 years ago
Ismael Calvo
e92e6478f8
[ADD] partner_vat_unique, check unique VAT number
7 years ago
oca-travis
e4c1a0abf4
[UPD] Update partner_firstname.pot
6 years ago
OCA-git-bot
4c318f134a
[ADD] setup.py
6 years ago
Graeme Gellatly
abe891084a
Migrate to V12
6 years ago
Wolfgang Pichler
1be997714f
Bug fix when copying partners
6 years ago
Rudolf Schnapka
1ca42df016
Translated using Weblate (German)
Currently translated at 100,0% (13 of 13 strings)
Translation: partner-contact-11.0/partner-contact-11.0-partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-11-0/partner-contact-11-0-partner_firstname/de/
6 years ago
Enric Tobella
408bf5601b
Translated using Weblate (Español (España))
Currently translated at 100,0% (13 of 13 strings)
Translation: partner-contact-11.0/partner-contact-11.0-partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-11-0/partner-contact-11-0-partner_firstname/es/
6 years ago
oca-travis
0c059b869a
[UPD] Update partner_firstname.pot
6 years ago
Stéphane Bidoul (ACSONE)
d06cdb11b4
remove obsolete .pot files [ci skip]
6 years ago
Jairo Llopis
60a8ec75b5
[FIX] partner_firstname: Mixed content error, move to HTTPS
Fix https://github.com/OCA/partner-contact/pull/487#issuecomment-396026511
6 years ago
Enric Tobella
9629a84c8b
[FIX] config_parameter must be readed with sudo
7 years ago
OCA Transbot
a2bb17ffa9
OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex
7 years ago
Enric Tobella
8c1d1b33bc
[MIG] partner_firstname
7 years ago
Dave Lasley
fbc313f6bc
[IMP] partner_firstname: Add indices
* Add index to first and last name in order to allow for quicker searches - fixing an incredibly slow update time with large dbs
[IMP] partner_firstname: Only run install function on update
* Remove yml data file for install and move method to init hook
* Bump version
7 years ago
Damien Crier
c931e7494a
fix unicode/ascii error
8 years ago
Stéphane Bidoul (ACSONE)
a82958846d
[UPD] partner_firstname: fix website url in manifest
[UPD] add ACSONE in authors
8 years ago
Dave Lasley
fcf5e95c08
[MIG] partner_firstname: Upgrade to v10
* Prefer odoo to openerp & remove data tags
* Move exceptions file out of models
* Fix string selection in xpath
* Rename res_users and add import
* Fix api mismatches
* Add missing param
* Alphabetize imports
* Remove readonly from computed field
* Remove deprecated api.one
* Add Tecnativa
* Fix icon
* Fix singleton issue
* Add depends to compute
8 years ago
OCA Transbot
897316158e
OCA Transbot updated translations from Transifex
8 years ago
Marcel Much
8c11abc72d
[FIX] partner_firstname: name, firstname and lastname only required if adress 'type' is contact
8 years ago
Antonio Espinosa
8dee694e63
[IMP] Partner names order configurable
9 years ago
Sylvain GARANCHER
a516c5cf8f
[MIG] Migrate partner_firstname to v10
8 years ago
Pedro M. Baeza
59a673edb9
[MIG] Rename manifest files
8 years ago
Pedro M. Baeza
ad7f429d55
[MIG] Make modules uninstallable
8 years ago
Stéphane Bidoul (ACSONE)
cf01091c76
[FIX] remove en.po that was erroneously created by transbot
8 years ago
OCA Transbot
e5541a8c87
OCA Transbot updated translations from Transifex
9 years ago
Yannick Vaucher
280ef066b9
[PORT] partner_firstname to 9.0
- add missing authors
- use reduced license header
- move models in models directory
- adapt views
- show firstname, lastname only in edit mode
- use company_type in views instead of is_company
- adapt constraint on contacts
[PORT][9.0] partner_firstname - remove hack to be able to edit user view. Fixed in odoo/odoo#cf63d4d277ef1ba02ff4ebcdae8583332a1775b1
[PORT][9.0] partner_firstname - Format of string in __openerp__.py
[PORT][9.0] Adapt tests to take new constraint raising IntegrityError
partner_firstname: Name is not mandatory if partner is an address
[FIX] Ensure default values are computed for res.users
Add test for shipping address with empty name
partner_firstname: fix user creation
User name field is required what is stoping to create a new user
Fix user form with firstname and lastname asking for a mandatory name
9 years ago
Jairo Llopis
e39e139a5c
Credit creators, using same name across modules to avoid split statistics.
Conflicts:
partner_contact_gender/__openerp__.py
9 years ago
David Beal
73d8356f82
[FIX] _get_inverse_name in case of space in name
9 years ago
Jairo Llopis
5179935b8f
Fix bug #154 .
Conflicts:
partner_firstname/__openerp__.py
partner_firstname/tests/__init__.py
Fix flake8 error
After all, this was just a workaround. Remove it.
The real fix was in #171 . I leave the tests.
Fix test that was having sentences after return.
PEP8 fix.
9 years ago
Jairo Llopis
b08e19e3a8
Allow creation of partners from *Create and Edit*.
This fixes #78 and adds new tests for it.
9 years ago
Jairo Llopis
63383508d1
Inverse values of name if required at creation.
9 years ago
Jairo Llopis
1de8035b47
Fix #78 . Test it too.
9 years ago
Jairo Llopis
eccad287c5
Prepare partner_firstname for partner_second_lastname
10 years ago