Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
10520 Lượt xem


/data/sequence.xml

<?xml version='1.0' encoding='utf-8'?>
<odoo>
    <data noupdate="1">
        <record id="seq_hospital_patient" model="ir.sequence">
            <field name="name">Patient Reference</field>
            <field name="code">hospital.patient.sequence</field>
            <field name="prefix">PN</field>
            <field name="padding">3</field>
            <field name="company_id" eval="False"/>
        </record>
    </data>
    <data noupdate="1">    
        <record id="seq_hospital_appointment" model="ir.sequence">
            <field name="name">Appointment ID</field>
            <field name="code">hospital.appointment.sequence</field>
            <field name="prefix"> PA </field>
            <field name="padding">3</field>
            <field name="company_id" eval="False"/>
        </record>

    </data>
</odoo>


Sequence has been created and Active





Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi,

Everything seems to be correct , make sure that there is no extra space get entered in the code of the sequence, just copy paste the code of the sequence from the user interface and add it your code and see.

As rest of the sequence are working correctly this also has to work.

You can see a use case here, which seems you have added in the question: How to Add New Sequence in odoo


Thanks

Ảnh đại diện
Huỷ bỏ
Tác giả

Thanks it worked

Câu trả lời hay nhất

If you have multiple companies, switching the company can be a solution

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Yes there was a space in the Sequence Prefix


Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
3
thg 10 23
8812
1
thg 9 23
3328
sequence prefix. Đã xử lý
3
thg 9 23
3556
1
thg 5 23
2270
2
thg 4 23
2825