4 years, 8 months ago
(2018-05-23 14:35:53 UTC)
#5
https://codereview.tryton.org/45141002/diff/1/trytond/modules/account_stateme...
File trytond/modules/account_statement/statement.xml (right):
https://codereview.tryton.org/45141002/diff/1/trytond/modules/account_stateme...
trytond/modules/account_statement/statement.xml:96: <field name="single"
eval="True"/>
On 2018/05/23 09:08:16, ced wrote:
> Is it really needed? It is an internal document.
What do you mean? That is better to only remove the company fields from report
and then show the same information but without company related data?
What if it is a multicompany database? It may not be possible to distinguish
from which company is each printed report, as the number may be exactly the
same.
4 years, 8 months ago
(2018-05-23 14:55:53 UTC)
#6
https://codereview.tryton.org/45141002/diff/1/trytond/modules/account_stateme...
File trytond/modules/account_statement/statement.xml (right):
https://codereview.tryton.org/45141002/diff/1/trytond/modules/account_stateme...
trytond/modules/account_statement/statement.xml:96: <field name="single"
eval="True"/>
On 2018/05/23 14:35:52, pokoli wrote:
> On 2018/05/23 09:08:16, ced wrote:
> > Is it really needed? It is an internal document.
>
> What do you mean? That is better to only remove the company fields from report
> and then show the same information but without company related data?
No, I mean that the company header could be replaced by just putting company
information in the content. So this will prevent to use the single report which
prevent to work on a lot of records.
4 years, 8 months ago
(2018-05-24 10:59:09 UTC)
#7
https://codereview.tryton.org/45141002/diff/1/trytond/modules/account_stateme...
File trytond/modules/account_statement/statement.xml (right):
https://codereview.tryton.org/45141002/diff/1/trytond/modules/account_stateme...
trytond/modules/account_statement/statement.xml:96: <field name="single"
eval="True"/>
On 2018/05/23 14:55:53, ced wrote:
> On 2018/05/23 14:35:52, pokoli wrote:
> > On 2018/05/23 09:08:16, ced wrote:
> > > Is it really needed? It is an internal document.
> >
> > What do you mean? That is better to only remove the company fields from
report
> > and then show the same information but without company related data?
>
> No, I mean that the company header could be replaced by just putting company
> information in the content. So this will prevent to use the single report
which
> prevent to work on a lot of records.
Ok, that makes sense. I've fixed it but I created a review for each module as
suggested.
Issue 45141002: trytond: Remove CompanyReport
(Closed)
Created 4 years, 8 months ago by pokoli
Modified 4 years, 8 months ago
Reviewers: reviewbot, ced
Base URL:
Comments: 8