mirror of
https://github.com/bringout/odoomates.git
synced 2026-04-26 03:52:05 +02:00
Initial commit: Odoomates Odoo packages (12 packages)
This commit is contained in:
commit
3b38c49bf0
526 changed files with 34983 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from odoo import fields, models, api
|
||||
|
||||
|
||||
class AccountMove(models.Model):
|
||||
_inherit = "account.move"
|
||||
|
||||
@api.model
|
||||
def _get_invoice_in_payment_state(self):
|
||||
return 'in_payment'
|
||||
Loading…
Add table
Add a link
Reference in a new issue