This commit is contained in:
gsinghpal
2026-04-02 10:45:07 -04:00
parent 2a363c6b40
commit 3022b8ed59
12 changed files with 171 additions and 11 deletions

View File

@@ -5,6 +5,7 @@ class WooSyncLog(models.Model):
_name = 'woo.sync.log'
_description = 'WooCommerce Sync Log'
_order = 'create_date desc'
_rec_name = 'record_ref'
instance_id = fields.Many2one('woo.instance', ondelete='cascade')
sync_type = fields.Selection([