mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[MIG] base_global_discount: Migration to 13.0
[UPD] Update base_global_discount.pot Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-backend-13.0/server-backend-13.0-base_global_discount Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_global_discount/
This commit is contained in:
committed by
Omar (Comunitea)
parent
bfda1e6a6a
commit
b215abe4f7
@@ -8,6 +8,7 @@ class ResPartner(models.Model):
|
||||
|
||||
customer_global_discount_ids = fields.Many2many(
|
||||
comodel_name="global.discount",
|
||||
relation="customer_global_discount_rel",
|
||||
column1="partner_id",
|
||||
column2="global_discount_id",
|
||||
string="Sale Global Discounts",
|
||||
@@ -15,6 +16,7 @@ class ResPartner(models.Model):
|
||||
)
|
||||
supplier_global_discount_ids = fields.Many2many(
|
||||
comodel_name="global.discount",
|
||||
relation="supplier_global_discount_rel",
|
||||
column1="partner_id",
|
||||
column2="global_discount_id",
|
||||
string="Purchase Global Discounts",
|
||||
|
||||
Reference in New Issue
Block a user