Created
April 28, 2020 02:06
-
-
Save oriewancu/72174cad54b3c034914a28b49a59b310 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding='UTF-8'?> | |
| <odoo> | |
| <data noupdate="1"> | |
| <!-- sequence master data pasien --> | |
| <record id="seq_rumahsakit_pasien" model="ir.sequence"> | |
| <field name="name">Sequence Pasien</field> | |
| <field name="code">rumahsakit.pasien.sequence</field> | |
| <field name="prefix">PN</field> | |
| <field name="padding">4</field> | |
| <field name="company_id" eval="False"/> | |
| </record> | |
| </data> | |
| </odoo> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment