diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-08-23 02:30:51 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-08-23 02:30:51 +0000 |
| commit | 6aa301a106b822234af2812c9633f5b907ad2c53 (patch) | |
| tree | ff62225d7d409a2dc7c62f12a3be8944d4247649 /indoteknik_custom/models/account_move.py | |
| parent | 77abcebaa3c7532107c4dd3ba3854b25a3dc03e3 (diff) | |
| parent | c369d67e08b50350705011e01b3f5ec78dcb7d11 (diff) | |
Merged in development (pull request #1)
Development
Diffstat (limited to 'indoteknik_custom/models/account_move.py')
| -rw-r--r-- | indoteknik_custom/models/account_move.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indoteknik_custom/models/account_move.py b/indoteknik_custom/models/account_move.py new file mode 100644 index 00000000..224e22ec --- /dev/null +++ b/indoteknik_custom/models/account_move.py @@ -0,0 +1,7 @@ +from odoo import models, api, fields + + +class AccountMove(models.Model): + _inherit = 'account.move' + date_send_fp = fields.Datetime(string="Tanggal Kirim Faktur Pajak") + last_log_fp = fields.Char(string="Log Terakhir Faktur Pajak") |
