OCA Git Bot
b1c19c0c69
[UPD] addons table in README.md
8 years ago
Denis Roussel (ACSONE)
d1b9888a81
[MIG][10.0] Migration of partner_contact_nationality ( #371 )
8 years ago
Pedro M. Baeza
2ddc1d090b
[IMP+ partner_sector: Test and check recursion
8 years ago
cubells
76cdebd6ac
partner_sector: Migration to 9.0
8 years ago
OCA Transbot
b117beb5ac
OCA Transbot updated translations from Transifex
9 years ago
Rafael Blasco
2f48cb6615
author name correction
9 years ago
Javier Iniesta
2ae6d63cf1
partner_sector
9 years ago
Cédric Pigeon (ACSONE)
5cd822fb26
[CHG] re-introduce _get_next_ref method to allow overriding ( #417 )
8 years ago
Rafael Blasco
9e3c934c03
Merge pull request #383 from LasLabs/release/10.0/partner_password_reset
[10.0][MIG] partner_password_reset
8 years ago
OCA Transbot
90cc5622f6
OCA Transbot updated translations from Transifex
8 years ago
Ted Salmon
e1fb8049d9
[IMP] partner_password_reset: Changes per PR review
* Raise test coverage & simplify syntax
8 years ago
Ted Salmon
bda50f100e
[IMP] partner_password_reset: Convert to Wizard
* Convert functionality from action to wizard
* Update tests
8 years ago
OCA Transbot
e2debda119
OCA Transbot updated translations from Transifex
8 years ago
Ted Salmon
5b3a39bf9b
[FIX] partner_password_reset: Fix view & README
* Fix domain filter for button invisibility
* Add runbot to README & Fix spelling
* Align Module name in manifest
8 years ago
OCA Git Bot
d536018ef4
[UPD] addons table in README.md
8 years ago
Dave Lasley
ff78566d94
[10.0][IMP] base_location(geonames): Add Lat/Long ( #405 )
* [IMP] base_location: Add lat & long to `better.zip`
* Add latitude and longitude columns to `better.zip`
* [IMP] base_location_geonames_import: Add lat/long
* Add support for latitude & longitude to genomes importer
8 years ago
Stéphane Bidoul (ACSONE)
46d99ab0fd
Merge pull request #398 from OCA/sbidoul-patch-1
[UPD] partner_firstname: fix website url in manifest
8 years ago
Stéphane Bidoul (ACSONE)
b46bf34b59
[UPD] add ACSONE in authors
8 years ago
Stéphane Bidoul (ACSONE)
82f20e2342
[UPD] partner_firstname: fix website url in manifest
8 years ago
OCA Git Bot
b9ea026ee4
[ADD] setup.py
8 years ago
OCA Git Bot
413cf59fb6
[UPD] addons table in README.md
8 years ago
MonsieurB
f7aa1c0000
[MIG] partner_helper: Migration to 10.0 ( #386 )
* Migrate to V10
* Tests
* Remove method args not necessary with new api
8 years ago
Alex Comba
121038b739
Merge pull request #379 from petrus-v/patch-1
[10.0] doc: Update the way to get menu entry
8 years ago
OCA Git Bot
2c5ccad333
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
52376ebc0a
Merge pull request #334 from LasLabs/feature/10.0/partner_firstname-configurable-order
[IMP][10.0] Partner names order configurable
8 years ago
Dave Lasley
ddad824f42
[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 Git Bot
567c54eba4
[UPD] addons table in README.md
8 years ago
OCA Git Bot
da681666dc
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
ebbef96b8d
Merge pull request #400 from hurrinico/fix_readme_usage
[FIX] Fix usage in Readme.md
8 years ago
Nicola Malcontenti
9afed2eb5c
[FIX] Fix usage in Readme.md
8 years ago
OCA Transbot
2991d62559
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
6d60192a7c
Merge pull request #392 from ecoservice/10.0
[FIX] partner_firstname: fix for address 'type'
8 years ago
OCA Git Bot
5b60b14451
[ADD] setup.py
8 years ago
OCA Git Bot
8f0203b164
[UPD] addons table in README.md
8 years ago
Eric @ Elico Corp
850602b4d2
Merge pull request #382 from LasLabs/feature/10.0/LABS-338-create-partner_alias
[10.0][ADD] Partner Alias
8 years ago
OCA Transbot
0f4391d5d7
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
2842ff5207
[ADD] setup.py
8 years ago
OCA Git Bot
9648188686
[UPD] addons table in README.md
8 years ago
Rafael Blasco
46bf2e814e
Merge pull request #395 from LasLabs/feature/10.0/SMD-254-migrate-partner_contact_weight
[10.0][MIG] Partner Contact Weight
8 years ago
Brett Wood
e009998bc7
[MIG] partner_contact_weight: Migrate to 10.0.
8 years ago
OCA Transbot
2d94e8cea3
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
0734d7b941
[ADD] setup.py
8 years ago
OCA Git Bot
8f52c923ab
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
f97489ac07
Merge pull request #396 from leemannd/10-fix_base_partner_sequence
fix sequence increase on 'partner.write()'
8 years ago
Nicolas JEUDY
cd2ea8eb96
[MIG] 10.0 partner_contact_in_several_companies ( #347 )
* [MIG] inital work to 10.0
* [FIX] restore computed field
- select=1 is not usable anymore ...
* [FIX] convert _fields_sync to new api
* [FIX] restore form . import statement
* [FIX] readme with last template.
* [FIX] import statement.
* [FIX] check all tests
* [FIX] Flake8 errors fixes
* [FIX] flake 8
* [FIX] wrong obj call self -> self.contact_id
* [FIX] typo
* [FIX] flake 8
* [FIX] add index on contact_type
* [fix] use in statement on test
* [FIX] update base action with new context
* [FIX] test fixes
* [FIX] test work
* [FIX] flake 8 over indent
* [FIX] fixes on lastest comments
- better readability
- remove <data></data> tags
* [FIX] model that same pattern for _fields_sync
- add test ensure_once()
* [FIX] remove last data xml tags
* [FIX] fix action test
* [FIX] typo in import statement
* [FIX] remove logger from tests
* [FIX] new flake8 compute method name for OCA
* [FIX] minor typo
* [FIX] partner_contact_in_several_companies: remove contributor key in manifest
* [FIX] partner_contact_in_several_companies: residual onchange on partner view
* Revert "[FIX] partner_contact_in_several_companies: remove contributor key in manifest"
This reverts commit 56e511a9a7
.
* [FIX] partner_contact_personal_information_page: clean manifest and authors
* [FIX] partner_contact_in_several_companies: required = True not needed
8 years ago
Denis Leemann
f2b1b8a638
fix sequence increase on 'partner.write()'
8 years ago
Maxime Chambreuil
ad9dc8fe80
domain ( #345 )
8 years ago
OCA Transbot
6085e51d17
OCA Transbot updated translations from Transifex
8 years ago
Maxime Chambreuil
5ecae87b8e
partner_contact_height and partner_contact_weight ( #336 )
* [ADD] partner_contact_height
* [ADD] partner_contact_weight
8 years ago
Marcel Much
15d9cf35ff
[FIX] partner_firstname: name, firstname and lastname only required if adress 'type' is contact
8 years ago