fmdl / odoo_apps_public

Odoo Apps Public
GNU General Public License v3.0
18 stars 44 forks source link

Not issue, i just need your help in accounting module. #15

Open Abbaskhan321 opened 4 years ago

Abbaskhan321 commented 4 years ago

Screenshot(7)

My requirement is that, In menueitem when i click journal, partner and other reports so just open (View Line) report with own report data, not open form view like as in image . I want this in all other reports.

Thanks.

usmanfarzandali commented 4 years ago

Just install the module Go to Accounting/Adviser/Chart of account : set the 'Thrid Parties' field on supplier and custommer accounts.

Abbaskhan321 commented 4 years ago

Just install the module Go to Accounting/Adviser/Chart of account : set the 'Thrid Parties' field on supplier and custommer accounts.

@usmanfarzandali my data is show but i want everything separate like In menueitem when i click journal, partner and other reports so just open (View Line) report with own report data, not open form view like as in image . I want this in all other reports.

Abbaskhan321 commented 4 years ago

When i click Journal Report from menuitem so just open (View Lines) of Journal Report.

fmdl commented 4 years ago

you should create a new action with this context : {'default_ledger_type':'partner'}

other type:

('general', 'General Ledger'),
         ('partner', 'Partner Ledger'),
         ('journal', 'Journal Ledger'),
         ('open', 'Open Ledger'),
         ('aged', 'Aged Balance'),
         ('analytic', 'Analytic Ledger')
Abbaskhan321 commented 4 years ago

@fmdl i done all these code but i want direct (View Lines) Report when i click the menuitem like (General Ledger, 'Partner Ledger' , 'Journal Ledger' etc) . Help me what i do.

Screenshot(8)

NOTE : not open form view , i want direct open Lines View Report.

Thanks.