From 98097e75d0174a10336d86bb895d7e046c11adad Mon Sep 17 00:00:00 2001 From: DiG Date: Sat, 5 Feb 2022 21:38:08 +0100 Subject: [PATCH] Added config folder with TSV columns for each model --- config/ir.module.module.tsv | 2 +- config/product.uom.tsv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ir.module.module.tsv b/config/ir.module.module.tsv index 107e7c5..293fe3a 100644 --- a/config/ir.module.module.tsv +++ b/config/ir.module.module.tsv @@ -1 +1 @@ -id name display_name application write_uid write_date dependencies_id \ No newline at end of file +id name display_name application write_date write_uid.name dependencies_id \ No newline at end of file diff --git a/config/product.uom.tsv b/config/product.uom.tsv index 5b67e3e..5173656 100644 --- a/config/product.uom.tsv +++ b/config/product.uom.tsv @@ -1 +1 @@ -id name category_id.name \ No newline at end of file +id active display_name category_id.name uom_type rounding factor factor_inv write_date write_uid.name \ No newline at end of file