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

I am looking for a way that an id can be grouped in different months, since currently with the method that I have only the registered id is grouped in the first one that I enter and the other movements are integrated in that month even if they are from another month. For this I have the following code which I would like to edit to see if there is a possibility that an id can be grouped into different months. For example: I have an id called bank and that has movement in March and April but the code that I have and that is shown below only groups in March and not in March and April as it should be.

    <field name = "name"> project_rc.cuenta.search </field>

    <field name = "model"> project_rc.account </field>

    <field name = "arch" type = "xml">

    <search string = "String ...">

        <field name = "date" />

        <group expand = "1" string = "Group By">

                <filter string = "Date" name = "month" help = "help" context = "{'group_by': 'date: month'}" />

        </group>

    </search>

    </field>

    </record>

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 8 25
2516
3
thg 2 25
3818
0
thg 5 24
46
1
thg 4 24
3517
4
thg 9 23
5062