[14.0][ADD] sale_partner_shipping_id_domain: add to 14.0
This commit is contained in:
13
sale_partner_shipping_invoice_domain/__manifest__.py
Normal file
13
sale_partner_shipping_invoice_domain/__manifest__.py
Normal 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": [],
|
||||
}
|
||||
Reference in New Issue
Block a user