account_due_list: vengono filtrate le note di credito/accredito

Bug #1137399 reported by Franco Tampieri
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Domsense Agile BG OpenERP Addons
Invalid
Undecided
Lorenzo Battistini

Bug Description

Nell'elenco delle scadenze vengono filtrate le note di credito/accredito, quindi ad esempio su un partner vedo solo le fatture emesse e ricevute, ma non le note di credito o accredito.

L'ideale sarebbe poter vederle tutte.

Changed in domsense-agilebg-addons:
status: New → Confirmed
assignee: nobody → Lorenzo Battistini - Agile BG (elbati)
Revision history for this message
Lorenzo Battistini (elbati) wrote :

Note: for 7.0, I'd like to deprecate account_due_list in favor of account_payment_extension

Revision history for this message
Franco Tampieri (dr.dran) wrote :

Thant's ok,

that's seems more complete than the simple due list of the account_due_list.

Regards

Revision history for this message
bruno bottacini (bruno-bottacini) wrote :

I solved by replacing

<field name="domain">['|','&amp;',('account_id.type','=','payable'),('debit','=',0),'&amp;',('account_id.type','=','receivable'),('credit','=',0)]</field>

with

        <field name="domain">['&amp;','|',('account_id.type','=','payable'),('account_id.type','=','receivable'),'|','|','|',('journal_id.code','=','SAJ'),('journal_id.code','=','EXJ'),('journal_id.code','=','SCNJ'),('journal_id.code','=','ECNJ')]</field>

Revision history for this message
Lorenzo Battistini (elbati) wrote :

"Note: for 7.0, I'd like to deprecate account_due_list in favor of account_payment_extension"

We changed our view and proposed account_due_list for v7 at https://code.launchpad.net/~agilebg/account-payment/adding_account_due_list_7/+merge/182330

Revision history for this message
Leonardo Pistone (lepistone) wrote :

Hi,
Because of the MP to the community modules that Lorenzo mentions, I suggest closing this bug and moving the discussion on the MP.
Do you agree?

Revision history for this message
Lorenzo Battistini (elbati) wrote : Re: [Bug 1137399] Re: account_due_list: vengono filtrate le note di credito/accredito

On 10/16/2013 04:37 PM, Leonardo Pistone - Agile BG wrote:
> Hi,
> Because of the MP to the community modules that Lorenzo mentions, I suggest closing this bug and moving the discussion on the MP.
> Do you agree?
>

I agree

Changed in domsense-agilebg-addons:
status: Confirmed → Invalid
Revision history for this message
Franco Tampieri (dr.dran) wrote :

ok I'm ok

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.