mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-22 15:21:59 +02:00
Initial commit: OCA Financial packages (186 packages)
This commit is contained in:
commit
3e0e8473fb
8757 changed files with 947473 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
# Copyright 2023 Quartile Limited
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo import models
|
||||
|
||||
|
||||
class StockPicking(models.Model):
|
||||
_inherit = "stock.picking"
|
||||
|
||||
def button_validate(self):
|
||||
self = self.with_context(validate_analytic=True)
|
||||
return super().button_validate()
|
||||
Loading…
Add table
Add a link
Reference in a new issue