mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Merge branch 'imp/12.0/delivery_hibou__improved_shipping_account_domain' into 12.0-test
# Conflicts: # delivery_hibou/models/stock.py # delivery_hibou/views/stock_views.xml
This commit is contained in:
@@ -40,6 +40,8 @@ class StockPicking(models.Model):
|
||||
], string='Require Insurance', default='auto',
|
||||
help='If your carrier supports it, auto should be calculated off of the "Automatic Insurance Value" field.')
|
||||
package_carrier_tracking_ref = fields.Char(string='Package Tracking Numbers', compute='_compute_package_carrier_tracking_ref')
|
||||
commercial_partner_id = fields.Many2one('res.partner', related='partner_id.commercial_partner_id')
|
||||
|
||||
|
||||
@api.depends('package_ids.carrier_tracking_ref')
|
||||
def _compute_package_carrier_tracking_ref(self):
|
||||
|
||||
Reference in New Issue
Block a user