diff --git a/partner_invoicing_mode_cash_on_delivery/__manifest__.py b/partner_invoicing_mode_cash_on_delivery/__manifest__.py index 6d8f11f12025..8e5588384c09 100644 --- a/partner_invoicing_mode_cash_on_delivery/__manifest__.py +++ b/partner_invoicing_mode_cash_on_delivery/__manifest__.py @@ -18,5 +18,6 @@ "data": [ "views/account_payment_mode_views.xml", "views/stock_picking_views.xml", + "data/account_payment_mode.xml", ], } diff --git a/partner_invoicing_mode_cash_on_delivery/data/account_payment_mode.xml b/partner_invoicing_mode_cash_on_delivery/data/account_payment_mode.xml new file mode 100644 index 000000000000..0fc8ff6ba864 --- /dev/null +++ b/partner_invoicing_mode_cash_on_delivery/data/account_payment_mode.xml @@ -0,0 +1,17 @@ + + + + + + Cash On Delivery + + + + variable + + + diff --git a/partner_invoicing_mode_cash_on_delivery/static/description/index.html b/partner_invoicing_mode_cash_on_delivery/static/description/index.html index faf2b1beb50f..37af8b004c31 100644 --- a/partner_invoicing_mode_cash_on_delivery/static/description/index.html +++ b/partner_invoicing_mode_cash_on_delivery/static/description/index.html @@ -1,20 +1,19 @@ - - + Partner Invoicing Mode Cash on Delivery