I have pro_proposal module installed in my system. Each Proposal object contains set of pro_proposal products
Now I need to use Quotes. Quote must be copy of Proposal. I mean Quote must contain same info as Proposal including products.
I guess I need deep Quotes and Products (which linked with Quotes) customization. In other hand, I already have Proposal which match my needs.
Is there any way to reuse Proposal like Quote? May be I can add some flag to Proposal, something like 'is_quote_mode'?
I want to avoid code duplication in my 'Proposal' and 'Quotes' modules


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks