diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/l10n_in_pos/data | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/l10n_in_pos/data')
| -rw-r--r-- | addons/l10n_in_pos/data/product_demo.xml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/addons/l10n_in_pos/data/product_demo.xml b/addons/l10n_in_pos/data/product_demo.xml new file mode 100644 index 00000000..29d8aeb4 --- /dev/null +++ b/addons/l10n_in_pos/data/product_demo.xml @@ -0,0 +1,57 @@ +<odoo> + <data noupdate="1"> + <record id="point_of_sale.desk_organizer" model="product.product"> + <field name="l10n_in_hsn_code">9403</field> + <field name="l10n_in_hsn_description">Other furniture and parts thereof.</field> + </record> + <record id="point_of_sale.desk_pad" model="product.product"> + <field name="l10n_in_hsn_code">9403</field> + <field name="l10n_in_hsn_description">Other furniture and parts thereof.</field> + </record> + <record id="point_of_sale.led_lamp" model="product.product"> + <field name="l10n_in_hsn_code">8539.50.00</field> + <field name="l10n_in_hsn_description">Light-emitting diode (LED) lamps</field> + </record> + <record id="point_of_sale.letter_tray" model="product.product"> + <field name="l10n_in_hsn_code">4819.60.00</field> + <field name="l10n_in_hsn_description">Box files, letter trays, storage boxes and similar articles, of a kind used in offices, shops or the like</field> + </record> + <record id="point_of_sale.magnetic_board" model="product.product"> + <field name="l10n_in_hsn_code">3921.90.99</field> + <field name="l10n_in_hsn_description">Other plates, sheets film , foil and strip, of plastics</field> + </record> + <record id="point_of_sale.product_product_consumable" model="product.product"> + <field name="l10n_in_hsn_code">8443.32.90</field> + <field name="l10n_in_hsn_description">Other, capable of connecting to an automatic data processing machine or to a network</field> + </record> + <record id="point_of_sale.monitor_stand" model="product.product"> + <field name="l10n_in_hsn_code">9403</field> + <field name="l10n_in_hsn_description">Other furniture and parts thereof.</field> + </record> + <record id="point_of_sale.newspaper_rack" model="product.product"> + <field name="l10n_in_hsn_code">9403.10.90</field> + <field name="l10n_in_hsn_description">Metal furniture of a kind used in offices</field> + </record> + <record id="point_of_sale.small_shelf" model="product.product"> + <field name="l10n_in_hsn_code">9403.10.90</field> + <field name="l10n_in_hsn_description">Metal furniture of a kind used in offices</field> + </record> + <record id="point_of_sale.product_product_tip" model="product.product"> + <field name="l10n_in_hsn_code">8209.00.90</field> + <field name="l10n_in_hsn_description">Plates, sticks, tips and the like for tools, unmounted, of cermets.</field> + </record> + <record id="point_of_sale.wall_shelf" model="product.product"> + <field name="l10n_in_hsn_code">9403.10.90</field> + <field name="l10n_in_hsn_description">Metal furniture of a kind used in offices</field> + </record> + <record id="point_of_sale.whiteboard" model="product.product"> + <field name="l10n_in_hsn_code">3926.10.99</field> + <field name="l10n_in_hsn_description">Office supplies of a kind classified as stationary other than pins,clips, and writing instruments</field> + </record> + <record id="point_of_sale.whiteboard_pen" model="product.product"> + <field name="l10n_in_hsn_code">9608</field> + <field name="l10n_in_hsn_description">Ball point pens; felt tipped and other porous-tipped pens and markers; fountain pens, stylograph pens and other pens; duplicating stylos; propelling or sliding pencils; pen-holders, pencilholders and similar holders; parts (including caps and clips) of the foregoing articles, othe than those of heading 9609 + </field> + </record> + </data> +</odoo> |
