diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-08-31 15:17:40 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-08-31 15:17:40 +0700 |
| commit | 57f87cc1da6243d17cba04f9d575f4ca4b836f26 (patch) | |
| tree | b3f8dab98d11c35b28a4ba2b280ff6df4d237f63 /indoteknik_custom/views/stock_location.xml | |
| parent | 69b4bef9770aaaefd40361acb9ca2b3974e163d5 (diff) | |
Internal use to account.move (journal)
Diffstat (limited to 'indoteknik_custom/views/stock_location.xml')
| -rw-r--r-- | indoteknik_custom/views/stock_location.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_location.xml b/indoteknik_custom/views/stock_location.xml new file mode 100644 index 00000000..82ab2bc5 --- /dev/null +++ b/indoteknik_custom/views/stock_location.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<odoo> + <record id="stock_location_internal_use" model="stock.location"> + <field name="name">Internal Use</field> + <field name="location_id">3</field> + <field name="usage">inventory</field> + </record> +</odoo>
\ No newline at end of file |
