Vauxoo / addons-vauxoo

All our modules related to developments that solves generic issues on Odoo, or that solve internal problems on Odoo Core, if something is here, maybe it is solving an issue in your company, try it and report what you see.
http://www.vauxoo.com
193 stars 288 forks source link

[IMP] default_warehouse_from_sale_team: Improving Rules #1507

Closed CarmenMiranda closed 2 years ago

CarmenMiranda commented 2 years ago

Ticket#16321

Adding to the rule rule_default_warehouse_journal an or if the journal doesn't have its field section_id set.

Also, improving the domains of the rules to avoid list comprehensions using the mapped for related fields.