mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-23 17:22:04 +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,11 @@
|
|||
# Copyright 2024 Atte Isopuro <atte.isopuro@avoin.systems>
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from odoo import models
|
||||
|
||||
|
||||
class StockRule(models.Model):
|
||||
_inherit = "stock.rule"
|
||||
|
||||
def _get_custom_move_fields(self):
|
||||
return super()._get_custom_move_fields() + ["analytic_distribution"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue