[IMP] partner_affiliate: Readme
[IMP] Small readability improvements
[FIX] Remove copyright from init files
[UPD] README.rst
[UPD] Update partner_affiliate.pot
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
[UPD] Update partner_affiliate.pot
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: partner-contact-12.0/partner-contact-12.0-partner_affiliate
Translate-URL: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_affiliate/
* [MIG] Migration of partner_affiliate to v11
* Fixing use of @class and do not inheriting address from parent company
* Improving legibility and details of fields
* Fixing travis errors
remove obsolete .pot files [ci skip]
[UPD] Update partner_affiliate.pot
This module has now been refactored to be more consistent with what base_address_city offers to the location management.
Added dependency to contacts so that I could change the menu location for cities / zip management.
Now, every res.city record has a relation One2many to res.city.zip (old res.better.zip). This way, every zip has a realted city too.
Zips can be searched through city code, zip or city name (same as before).
Modified tests and deleted not needed tests.
Added sql contraints so that zips and cities are unique within it's country / state / city.