[14.0][ADD] sale_partner_shipping_id_domain: add to 14.0

This commit is contained in:
Kevin Khao
2021-01-26 10:20:47 +01:00
parent fc6c0384ed
commit 8707c2af5d
6 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Copyright 2021 Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Sale Shipping and Invoice Domain",
"summary": """
Adds a sensible domain to the shipping and invoicing addresses on sale form view""",
"version": "14.0.1.0.0",
"license": "AGPL-3",
"author": "Akretion,Odoo Community Association (OCA)",
"depends": ["sale_stock", "sale_commercial_partner"],
"demo": [],
}